home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 3519 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: crl4.crl.com!not-for-mail
  2. From: kmehlhaf@crl.com (Karl Mehlhaff)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: TCP/IP addresses and netmasks
  5. Date: 6 Apr 1996 06:54:52 -0800
  6. Organization: CRL Dialup Internet Access
  7. Message-ID: <4k60js$jri@crl4.crl.com>
  8. References: <761.6658T1315T846@vip.cybercity.dk>
  9. NNTP-Posting-Host: crl4.crl.com
  10.  
  11. In article <761.6658T1315T846@vip.cybercity.dk>,
  12. Brian Ipsen <bipsen@vip.cybercity.dk> wrote:
  13. >Hi!
  14. >
  15. > I'm having a small problem with tcp/ip-setup, and hope somebody here is
  16. >able to help me...
  17. >
  18. > Graphically, my setup looks like this:
  19. >
  20. >
  21. >
  22. >Internet
  23. >gateway  ---------- Server ----- Clients
  24. >
  25. > The gateway address is xx.yy.zz.1  ... The server has 2 Ethernet-cards,
  26. >one which is connected to the gateway, and the other to the clients - And
  27. >is has to be done this way!
  28. > The max number of clients is 7-8. Now the question is how I should give
  29. >the ethernet-cards in the server addresses... I planned something like
  30. >xx.yy.zz.192 and the do some routing with netmasks etc... Any suggestions
  31. >how to do it best ???
  32. >
  33. >
  34. ><tsb> GizmoSoft Productions 
  35. >| bipsen@vip.cybercity.dk |
  36. >|      Brian Ipsen        |
  37.  
  38. What capabilities do the gateway and Server have?  RIP?  Despite what IP 
  39. addresses you set for the ethernet interfaces, it matters what routing 
  40. you setup.  Also is the ethernet communal or separate(are all of the 
  41. above on a thinnet-10b2 common segment, or is it twisted pair-10bT 
  42. between the gateway and server, server and clients.  Is there a ether hub
  43. between the server and the clients?) 
  44. Sounds like you have different ether segments so here is what a model 
  45. might look like:
  46.  
  47. gateway                server                  clients
  48. ethernet interface     ether interface
  49. xx.yy.zz.1<--------> 1: xx.yy.zz.2
  50.                      2: xx.yy.zz.3<----->xx.yy.zz.??         
  51. routing:
  52. xx.yy.zz.0 255.255.255.0 xx.yy.zz.2 
  53.  
  54.                        routing:
  55.               (default)0.0.0.0 0.0.0.0 xx.yy.xx.1
  56.                        
  57.                                               routing:
  58.                                       (default) 0.0.0.0 0.0.0.0 xx.yy.zz.3
  59.  
  60.  
  61. Hopefully the server is capable of RIP otherwise you might have to do static
  62. IP routing on the server to the various clients. 
  63.  
  64.